home *** CD-ROM | disk | FTP | other *** search
- ============================
- KeyQuencer Extensions Help
- ============================
-
- This help gathers information from all the extensions in the
- "KeyQuencer Extensions" folder. You may save it as a text file
- and print it with a text editor to create a quick reference
- for your extensions. Move any disabled extensions to the
- "KeyQuencer Extensions" folder and launch the macro editor
- again if you want to include some help for them as well.
-
- Format of this help:
-
- * Extension action
- * Extension syntax
-
- * parameter1 = meaning of parameter1
- * ...
- * parameterN = meaning of parameterN
-
- Syntax conventions:
-
- - xxx is a required parameter, [xxx] is optional
- - xxx/yyy means that xxx and yyy can't be used together
- - #num is a number, the '#' character must not be typed
- - xxx #num is a parameter that has both a name and a number
- - "xxx" is a literal string, the quotes must be typed
-
- Examples:
-
- * ChangeClip "new" ["old"/#offset[#length]/before["find"]/after["find"]] [once] [enforce]
- - you must type the "new" string after the ChangeClip command
- - you may optionally specify an "old" string, an #offset or a position
- the #offset may optionally have a #length specifier
- the before and after parameters may optionally have a "find" string
- - the once and enfore parameters are optional and don't interfere with each other
-
- ChangeClip "Hi there!"
- ChangeClip "KeyQuencer" "this control panel" once enforce
- ChangeClip "inserted text" 15
- ChangeClip "replacing text" 15 7 enforce
- ChangeClip "Prefix: " before
- ChangeClip "wonderful " before "KeyQuencer"
-
-